### YamlMime:JavaType uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput" fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput" name: "InMageRcmFabricCreationInput" nameWithType: "InMageRcmFabricCreationInput" summary: "InMageRcm fabric provider specific settings." inheritances: - "" - "" inheritedClassMethods: - classRef: "" methodsRef: - "" - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **InMageRcmFabricCreationInput**
extends " constructors: - uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.InMageRcmFabricCreationInput()" fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.InMageRcmFabricCreationInput()" name: "InMageRcmFabricCreationInput()" nameWithType: "InMageRcmFabricCreationInput.InMageRcmFabricCreationInput()" summary: "Creates an instance of InMageRcmFabricCreationInput class." syntax: "public InMageRcmFabricCreationInput()" desc: "Creates an instance of InMageRcmFabricCreationInput class." methods: - uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.physicalSiteId()" fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.physicalSiteId()" name: "physicalSiteId()" nameWithType: "InMageRcmFabricCreationInput.physicalSiteId()" summary: "Get the physicalSiteId property: The ARM Id of the physical site." syntax: "public String physicalSiteId()" desc: "Get the physicalSiteId property: The ARM Id of the physical site." returns: description: "the physicalSiteId value." type: "String" - uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.sourceAgentIdentity()" fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.sourceAgentIdentity()" name: "sourceAgentIdentity()" nameWithType: "InMageRcmFabricCreationInput.sourceAgentIdentity()" summary: "Get the sourceAgentIdentity property: The identity provider input for source agent authentication." syntax: "public IdentityProviderInput sourceAgentIdentity()" desc: "Get the sourceAgentIdentity property: The identity provider input for source agent authentication." returns: description: "the sourceAgentIdentity value." type: "" - uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.validate()" fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.validate()" name: "validate()" nameWithType: "InMageRcmFabricCreationInput.validate()" summary: "Validates the instance." overridden: "com.azure.resourcemanager.recoveryservicessiterecovery.models.FabricSpecificCreationInput.validate()" syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.vmwareSiteId()" fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.vmwareSiteId()" name: "vmwareSiteId()" nameWithType: "InMageRcmFabricCreationInput.vmwareSiteId()" summary: "Get the vmwareSiteId property: The ARM Id of the VMware site." syntax: "public String vmwareSiteId()" desc: "Get the vmwareSiteId property: The ARM Id of the VMware site." returns: description: "the vmwareSiteId value." type: "String" - uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.withPhysicalSiteId(java.lang.String)" fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.withPhysicalSiteId(String physicalSiteId)" name: "withPhysicalSiteId(String physicalSiteId)" nameWithType: "InMageRcmFabricCreationInput.withPhysicalSiteId(String physicalSiteId)" summary: "Set the physicalSiteId property: The ARM Id of the physical site." parameters: - description: "the physicalSiteId value to set." name: "physicalSiteId" type: "String" syntax: "public InMageRcmFabricCreationInput withPhysicalSiteId(String physicalSiteId)" desc: "Set the physicalSiteId property: The ARM Id of the physical site." returns: description: "the InMageRcmFabricCreationInput object itself." type: "" - uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.withSourceAgentIdentity(com.azure.resourcemanager.recoveryservicessiterecovery.models.IdentityProviderInput)" fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.withSourceAgentIdentity(IdentityProviderInput sourceAgentIdentity)" name: "withSourceAgentIdentity(IdentityProviderInput sourceAgentIdentity)" nameWithType: "InMageRcmFabricCreationInput.withSourceAgentIdentity(IdentityProviderInput sourceAgentIdentity)" summary: "Set the sourceAgentIdentity property: The identity provider input for source agent authentication." parameters: - description: "the sourceAgentIdentity value to set." name: "sourceAgentIdentity" type: "" syntax: "public InMageRcmFabricCreationInput withSourceAgentIdentity(IdentityProviderInput sourceAgentIdentity)" desc: "Set the sourceAgentIdentity property: The identity provider input for source agent authentication." returns: description: "the InMageRcmFabricCreationInput object itself." type: "" - uid: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.withVmwareSiteId(java.lang.String)" fullName: "com.azure.resourcemanager.recoveryservicessiterecovery.models.InMageRcmFabricCreationInput.withVmwareSiteId(String vmwareSiteId)" name: "withVmwareSiteId(String vmwareSiteId)" nameWithType: "InMageRcmFabricCreationInput.withVmwareSiteId(String vmwareSiteId)" summary: "Set the vmwareSiteId property: The ARM Id of the VMware site." parameters: - description: "the vmwareSiteId value to set." name: "vmwareSiteId" type: "String" syntax: "public InMageRcmFabricCreationInput withVmwareSiteId(String vmwareSiteId)" desc: "Set the vmwareSiteId property: The ARM Id of the VMware site." returns: description: "the InMageRcmFabricCreationInput object itself." type: "" type: "class" desc: "InMageRcm fabric provider specific settings." metadata: {} package: "com.azure.resourcemanager.recoveryservicessiterecovery.models" artifact: com.azure.resourcemanager:azure-resourcemanager-recoveryservicessiterecovery:1.1.0