Method | Description | |
---|---|---|
CreateTrafficManagerEndpoint ( string resourceGroupName, string profileName, string endpointType, string endpointName, string targetResourceId, string target, string endpointStatus, uint weight, uint priority, string endpointLocation, uint minChildEndpoints ) : TrafficManagerEndpoint | ||
CreateTrafficManagerProfile ( string resourceGroupName, string profileName, string profileStatus, string trafficRoutingMethod, string relativeDnsName, uint ttl, string monitorProtocol, uint monitorPort, string monitorPath, |
||
DeleteTrafficManagerEndpoint ( TrafficManagerEndpoint trafficManagerEndpoint ) : bool | ||
DeleteTrafficManagerProfile ( TrafficManagerProfile profile ) : bool | ||
EnableDisableTrafficManagerEndpoint ( TrafficManagerEndpoint endpoint, bool shouldEnableEndpointStatus ) : bool | ||
EnableDisableTrafficManagerProfile ( TrafficManagerProfile profile, bool shouldEnableProfileStatus ) : bool | ||
GetTrafficManagerEndpoint ( string resourceGroupName, string profileName, string endpointType, string endpointName ) : TrafficManagerEndpoint | ||
GetTrafficManagerProfile ( string resourceGroupName, string profileName ) : TrafficManagerProfile | ||
ListTrafficManagerProfiles ( string resourceGroupName = null ) : TrafficManagerProfile[] | ||
SetTrafficManagerEndpoint ( TrafficManagerEndpoint endpoint ) : TrafficManagerEndpoint | ||
SetTrafficManagerProfile ( TrafficManagerProfile profile ) : TrafficManagerProfile | ||
TrafficManagerClient ( |
||
TrafficManagerClient ( ITrafficManagerManagementClient client ) : Microsoft.Azure.Commands.Common.Authentication |
Method | Description | |
---|---|---|
ExtractResourceGroupFromId ( string id ) : string | ||
GetPowershellTrafficManagerEndpoint ( string id, string resourceGroupName, string profileName, string endpointType, string endpointName, EndpointProperties mamlEndpointProperties ) : TrafficManagerEndpoint | ||
GetPowershellTrafficManagerProfile ( string resourceGroupName, string profileName, Profile mamlProfile ) : TrafficManagerProfile |
public CreateTrafficManagerEndpoint ( string resourceGroupName, string profileName, string endpointType, string endpointName, string targetResourceId, string target, string endpointStatus, uint weight, uint priority, string endpointLocation, uint minChildEndpoints ) : TrafficManagerEndpoint | ||
resourceGroupName | string | |
profileName | string | |
endpointType | string | |
endpointName | string | |
targetResourceId | string | |
target | string | |
endpointStatus | string | |
weight | uint | |
priority | uint | |
endpointLocation | string | |
minChildEndpoints | uint | |
return | TrafficManagerEndpoint |
public CreateTrafficManagerProfile ( string resourceGroupName, string profileName, string profileStatus, string trafficRoutingMethod, string relativeDnsName, uint ttl, string monitorProtocol, uint monitorPort, string monitorPath, |
||
resourceGroupName | string | |
profileName | string | |
profileStatus | string | |
trafficRoutingMethod | string | |
relativeDnsName | string | |
ttl | uint | |
monitorProtocol | string | |
monitorPort | uint | |
monitorPath | string | |
tag | ||
return | TrafficManagerProfile |
public DeleteTrafficManagerEndpoint ( TrafficManagerEndpoint trafficManagerEndpoint ) : bool | ||
trafficManagerEndpoint | TrafficManagerEndpoint | |
return | bool |
public DeleteTrafficManagerProfile ( TrafficManagerProfile profile ) : bool | ||
profile | TrafficManagerProfile | |
return | bool |
public EnableDisableTrafficManagerEndpoint ( TrafficManagerEndpoint endpoint, bool shouldEnableEndpointStatus ) : bool | ||
endpoint | TrafficManagerEndpoint | |
shouldEnableEndpointStatus | bool | |
return | bool |
public EnableDisableTrafficManagerProfile ( TrafficManagerProfile profile, bool shouldEnableProfileStatus ) : bool | ||
profile | TrafficManagerProfile | |
shouldEnableProfileStatus | bool | |
return | bool |
public GetTrafficManagerEndpoint ( string resourceGroupName, string profileName, string endpointType, string endpointName ) : TrafficManagerEndpoint | ||
resourceGroupName | string | |
profileName | string | |
endpointType | string | |
endpointName | string | |
return | TrafficManagerEndpoint |
public GetTrafficManagerProfile ( string resourceGroupName, string profileName ) : TrafficManagerProfile | ||
resourceGroupName | string | |
profileName | string | |
return | TrafficManagerProfile |
public ListTrafficManagerProfiles ( string resourceGroupName = null ) : TrafficManagerProfile[] | ||
resourceGroupName | string | |
return | TrafficManagerProfile[] |
public SetTrafficManagerEndpoint ( TrafficManagerEndpoint endpoint ) : TrafficManagerEndpoint | ||
endpoint | TrafficManagerEndpoint | |
return | TrafficManagerEndpoint |
public SetTrafficManagerProfile ( TrafficManagerProfile profile ) : TrafficManagerProfile | ||
profile | TrafficManagerProfile | |
return | TrafficManagerProfile |
public TrafficManagerClient ( |
||
context | ||
return | Microsoft.Azure.Commands.Common.Authentication |
public TrafficManagerClient ( ITrafficManagerManagementClient client ) : Microsoft.Azure.Commands.Common.Authentication | ||
client | ITrafficManagerManagementClient | |
return | Microsoft.Azure.Commands.Common.Authentication |