Interface TrafficManagerProfile.DefinitionStages.WithCreate
-
- All Superinterfaces:
Creatable<TrafficManagerProfile>,HasName,Indexable,Resource.DefinitionWithTags<TrafficManagerProfile.DefinitionStages.WithCreate>,TrafficManagerProfile.DefinitionStages.WithEndpoint,TrafficManagerProfile.DefinitionStages.WithMonitoringConfiguration,TrafficManagerProfile.DefinitionStages.WithProfileStatus,TrafficManagerProfile.DefinitionStages.WithTtl
- All Known Subinterfaces:
TrafficManagerProfile.Definition
- Enclosing interface:
- TrafficManagerProfile.DefinitionStages
public static interface TrafficManagerProfile.DefinitionStages.WithCreate extends Creatable<TrafficManagerProfile>, Resource.DefinitionWithTags<TrafficManagerProfile.DefinitionStages.WithCreate>, TrafficManagerProfile.DefinitionStages.WithMonitoringConfiguration, TrafficManagerProfile.DefinitionStages.WithTtl, TrafficManagerProfile.DefinitionStages.WithProfileStatus, TrafficManagerProfile.DefinitionStages.WithEndpoint
The stage of the definition which contains all the minimum required inputs for the resource to be created (viaCreatable.create()), but also allows for any other optional settings to be specified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.DefinitionWithTags
withTag, withTags
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerProfile.DefinitionStages.WithEndpoint
defineAzureTargetEndpoint, defineExternalTargetEndpoint, defineNestedTargetEndpoint
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerProfile.DefinitionStages.WithMonitoringConfiguration
withHttpMonitoring, withHttpMonitoring, withHttpsMonitoring, withHttpsMonitoring
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerProfile.DefinitionStages.WithProfileStatus
withProfileStatusDisabled
-
Methods inherited from interface com.azure.resourcemanager.trafficmanager.models.TrafficManagerProfile.DefinitionStages.WithTtl
withTimeToLive
-
-