101 строка
8.7 KiB
YAML
101 строка
8.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.DelegationSettings"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.DelegationSettings"
|
|
name: "DelegationSettings"
|
|
nameWithType: "DelegationSettings"
|
|
summary: "Type representing Delegation<wbr>Settings."
|
|
syntax: "public interface **DelegationSettings**</br> extends <xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.DelegationSettingsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.DelegationSettingsInner&text=DelegationSettingsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.DelegationSettings.createOrUpdateAsync(java.lang.String,java.lang.String,com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PortalDelegationSettingsInner)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.DelegationSettings.createOrUpdateAsync(String resourceGroupName, String serviceName, PortalDelegationSettingsInner parameters)"
|
|
name: "createOrUpdateAsync(String resourceGroupName, String serviceName, PortalDelegationSettingsInner parameters)"
|
|
nameWithType: "DelegationSettings.createOrUpdateAsync(String resourceGroupName, String serviceName, PortalDelegationSettingsInner parameters)"
|
|
summary: "Create or Update Delegation settings."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the API Management service."
|
|
name: "serviceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Create or update parameters."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PortalDelegationSettingsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PortalDelegationSettingsInner&text=PortalDelegationSettingsInner\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<PortalDelegationSettings> createOrUpdateAsync(String resourceGroupName, String serviceName, PortalDelegationSettingsInner parameters)"
|
|
desc: "Create or Update Delegation settings."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.PortalDelegationSettings?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.PortalDelegationSettings&text=PortalDelegationSettings\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.DelegationSettings.getAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.DelegationSettings.getAsync(String resourceGroupName, String serviceName)"
|
|
name: "getAsync(String resourceGroupName, String serviceName)"
|
|
nameWithType: "DelegationSettings.getAsync(String resourceGroupName, String serviceName)"
|
|
summary: "Get Delegation Settings for the Portal."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the API Management service."
|
|
name: "serviceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Observable<PortalDelegationSettings> getAsync(String resourceGroupName, String serviceName)"
|
|
desc: "Get Delegation Settings for the Portal."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.PortalDelegationSettings?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.PortalDelegationSettings&text=PortalDelegationSettings\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.DelegationSettings.getEntityTagAsync(java.lang.String,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.DelegationSettings.getEntityTagAsync(String resourceGroupName, String serviceName)"
|
|
name: "getEntityTagAsync(String resourceGroupName, String serviceName)"
|
|
nameWithType: "DelegationSettings.getEntityTagAsync(String resourceGroupName, String serviceName)"
|
|
summary: "Gets the entity state (Etag) version of the Delegation<wbr>Settings."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the API Management service."
|
|
name: "serviceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Completable getEntityTagAsync(String resourceGroupName, String serviceName)"
|
|
desc: "Gets the entity state (Etag) version of the DelegationSettings."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.apimanagement.v2019_01_01.DelegationSettings.updateAsync(java.lang.String,java.lang.String,com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PortalDelegationSettingsInner,java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.apimanagement.v2019_01_01.DelegationSettings.updateAsync(String resourceGroupName, String serviceName, PortalDelegationSettingsInner parameters, String ifMatch)"
|
|
name: "updateAsync(String resourceGroupName, String serviceName, PortalDelegationSettingsInner parameters, String ifMatch)"
|
|
nameWithType: "DelegationSettings.updateAsync(String resourceGroupName, String serviceName, PortalDelegationSettingsInner parameters, String ifMatch)"
|
|
summary: "Update Delegation settings."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The name of the resource group."
|
|
name: "resourceGroupName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The name of the API Management service."
|
|
name: "serviceName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "Update Delegation settings."
|
|
name: "parameters"
|
|
type: "<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PortalDelegationSettingsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.PortalDelegationSettingsInner&text=PortalDelegationSettingsInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "ETag of the Entity. ETag should match the current entity state from the header response of the GET request or it should be * for unconditional update."
|
|
name: "ifMatch"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Completable updateAsync(String resourceGroupName, String serviceName, PortalDelegationSettingsInner parameters, String ifMatch)"
|
|
desc: "Update Delegation settings."
|
|
returns:
|
|
description: "the observable for the request"
|
|
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "interface"
|
|
desc: "Type representing DelegationSettings."
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.arm.model.HasInner?alt=com.microsoft.azure.arm.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.DelegationSettingsInner?alt=com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.DelegationSettingsInner&text=DelegationSettingsInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.apimanagement.v2019_01_01"
|
|
artifact: com.microsoft.azure.apimanagement.v2019_01_01:azure-mgmt-apimanagement:1.0.0-beta-1
|