Interface VirtualMachinePublisher
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
public interface VirtualMachinePublisher
extends com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
Represents a virtual machine image publisher.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Method Details
-
region
com.azure.core.management.Region region()Gets the region where virtual machine images from this publisher are available.- Returns:
- the region where virtual machine images from this publisher are available
-
offers
VirtualMachineOffers offers()Gets the offers from this publisher.- Returns:
- the offers from this publisher
-
extensionTypes
VirtualMachineExtensionImageTypes extensionTypes()Gets the virtual machine image extensions from this publisher.- Returns:
- the virtual machine image extensions from this publisher
-