ArmRelayModelFactory Class

Definition

A factory class for creating instances of the models for mocking.

public static class ArmRelayModelFactory
type ArmRelayModelFactory = class
Public Class ArmRelayModelFactory
Inheritance
ArmRelayModelFactory

Methods

Name Description
RelayAccessKeys(String, String, String, String, String)

Namespace/Relay Connection String.

RelayAuthorizationRuleData(ResourceIdentifier, String, ResourceType, SystemData, IEnumerable<RelayAccessRight>, Nullable<AzureLocation>)

Initializes a new instance of RelayAuthorizationRuleData.

RelayHybridConnectionData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, Nullable<Boolean>, String, Nullable<AzureLocation>)

Initializes a new instance of RelayHybridConnectionData.

RelayNameAvailabilityContent(String)

Description of the check name availability request properties.

RelayNameAvailabilityResult(String, Nullable<Boolean>, Nullable<RelayNameUnavailableReason>)

Description of the check name availability request properties.

RelayNamespaceData(ResourceIdentifier, String, ResourceType, SystemData, IDictionary<String,String>, AzureLocation, RelaySku, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, IEnumerable<RelayPrivateEndpointConnectionData>, Nullable<RelayPublicNetworkAccess>)

Initializes a new instance of RelayNamespaceData.

RelayNamespacePatch(ResourceIdentifier, String, ResourceType, SystemData, RelaySku, String, String, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, String, String, IEnumerable<RelayPrivateEndpointConnectionData>, Nullable<RelayPublicNetworkAccess>, IDictionary<String,String>)

Initializes a new instance of RelayNamespacePatch.

RelayNetworkRuleSetData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<Boolean>, Nullable<RelayNetworkRuleSetDefaultAction>, Nullable<RelayPublicNetworkAccess>, IEnumerable<RelayNetworkRuleSetIPRule>)
RelayPrivateEndpointConnectionData(ResourceIdentifier, String, ResourceType, SystemData, ResourceIdentifier, RelayPrivateLinkServiceConnectionState, Nullable<RelayPrivateEndpointConnectionProvisioningState>, Nullable<AzureLocation>)

Initializes a new instance of RelayPrivateEndpointConnectionData.

RelayPrivateLinkResourceData(ResourceIdentifier, String, ResourceType, SystemData, String, IEnumerable<String>, IEnumerable<String>)

Initializes a new instance of RelayPrivateLinkResourceData.

RelayRegenerateAccessKeyContent(RelayAccessKeyType, String)

Parameters supplied to the regenerate authorization rule operation, specifies which key needs to be reset.

WcfRelayData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<Boolean>, Nullable<DateTimeOffset>, Nullable<DateTimeOffset>, Nullable<Int32>, Nullable<RelayType>, Nullable<Boolean>, Nullable<Boolean>, String, Nullable<AzureLocation>)

Initializes a new instance of WcfRelayData.

Applies to