WcfRelays Interface
public interface WcfRelays
Resource collection API of WcfRelays.
Method Summary
Method Details
createOrUpdateAuthorizationRule
public abstract AuthorizationRule createOrUpdateAuthorizationRule(String resourceGroupName, String namespaceName, String relayName, String authorizationRuleName, AuthorizationRuleInner parameters)
Creates or updates an authorization rule for a WCF relay.
Parameters:
Returns:
createOrUpdateAuthorizationRuleWithResponse
public abstract Response<AuthorizationRule> createOrUpdateAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String relayName, String authorizationRuleName, AuthorizationRuleInner parameters, Context context)
Creates or updates an authorization rule for a WCF relay.
Parameters:
Returns:
define
public abstract WcfRelay.DefinitionStages.Blank define(String name)
Begins definition for a new WcfRelay resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String namespaceName, String relayName)
Deletes a WCF relay.
Parameters:
deleteAuthorizationRule
public abstract void deleteAuthorizationRule(String resourceGroupName, String namespaceName, String relayName, String authorizationRuleName)
Deletes a WCF relay authorization rule.
Parameters:
deleteAuthorizationRuleWithResponse
public abstract Response<Void> deleteAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String relayName, String authorizationRuleName, Context context)
Deletes a WCF relay authorization rule.
Parameters:
Returns:
deleteById
public abstract void deleteById(String id)
Deletes a WCF relay.
Parameters:
deleteByIdWithResponse
public abstract Response<Void> deleteByIdWithResponse(String id, Context context)
Deletes a WCF relay.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String namespaceName, String relayName, Context context)
Deletes a WCF relay.
Parameters:
Returns:
get
public abstract WcfRelay get(String resourceGroupName, String namespaceName, String relayName)
Returns the description for the specified WCF relay.
Parameters:
Returns:
getAuthorizationRule
public abstract AuthorizationRule getAuthorizationRule(String resourceGroupName, String namespaceName, String relayName, String authorizationRuleName)
Get authorizationRule for a WCF relay by name.
Parameters:
Returns:
getAuthorizationRuleWithResponse
public abstract Response<AuthorizationRule> getAuthorizationRuleWithResponse(String resourceGroupName, String namespaceName, String relayName, String authorizationRuleName, Context context)
Get authorizationRule for a WCF relay by name.
Parameters:
Returns:
getById
public abstract WcfRelay getById(String id)
Returns the description for the specified WCF relay.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<WcfRelay> getByIdWithResponse(String id, Context context)
Returns the description for the specified WCF relay.
Parameters:
Returns:
getWithResponse
public abstract Response<WcfRelay> getWithResponse(String resourceGroupName, String namespaceName, String relayName, Context context)
Returns the description for the specified WCF relay.
Parameters:
Returns:
listAuthorizationRules
public abstract PagedIterable<AuthorizationRule> listAuthorizationRules(String resourceGroupName, String namespaceName, String relayName)
Authorization rules for a WCF relay.
Parameters:
Returns:
listAuthorizationRules
public abstract PagedIterable<AuthorizationRule> listAuthorizationRules(String resourceGroupName, String namespaceName, String relayName, Context context)
Authorization rules for a WCF relay.
Parameters:
Returns:
listByNamespace
public abstract PagedIterable<WcfRelay> listByNamespace(String resourceGroupName, String namespaceName)
Lists the WCF relays within the namespace.
Parameters:
Returns:
listByNamespace
public abstract PagedIterable<WcfRelay> listByNamespace(String resourceGroupName, String namespaceName, Context context)
Lists the WCF relays within the namespace.
Parameters:
Returns:
listKeys
public abstract AccessKeys listKeys(String resourceGroupName, String namespaceName, String relayName, String authorizationRuleName)
Primary and secondary connection strings to the WCF relay.
Parameters:
Returns:
listKeysWithResponse
public abstract Response<AccessKeys> listKeysWithResponse(String resourceGroupName, String namespaceName, String relayName, String authorizationRuleName, Context context)
Primary and secondary connection strings to the WCF relay.
Parameters:
Returns:
regenerateKeys
public abstract AccessKeys regenerateKeys(String resourceGroupName, String namespaceName, String relayName, String authorizationRuleName, RegenerateAccessKeyParameters parameters)
Regenerates the primary or secondary connection strings to the WCF relay.
Parameters:
Returns:
regenerateKeysWithResponse
public abstract Response<AccessKeys> regenerateKeysWithResponse(String resourceGroupName, String namespaceName, String relayName, String authorizationRuleName, RegenerateAccessKeyParameters parameters, Context context)
Regenerates the primary or secondary connection strings to the WCF relay.
Parameters:
Returns: